Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@arizeai/[email protected]

Minor Changes

  • 7187802: This reworks the context propagation instrumentation for MCP to instrument Transport instead of Client/Server. The latter was picked at first due to concerns of the implications of propagating back from a server to a client, but with more thought, it was too much concern. Notably, if treating as two nodes talking to each other, it seems just fine to have A -> B -> A since the second A just happens to be the same server, but is not the same RPC method. This is the point notably brought up in feat(mcp): mcp python context propagation #1524 (review) where MCP explicitly supports a server calling back to the client. This PR adds this usage to the test cases to demonstrate.

@github-actions github-actions bot requested a review from a team as a code owner April 24, 2025 15:16
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 24, 2025
@mikeldking mikeldking merged commit 99a88bc into main Apr 24, 2025
@mikeldking mikeldking deleted the changeset-release/main branch April 24, 2025 15:21
GeLi2001 pushed a commit that referenced this pull request May 28, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants